EnumerateKeys Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Enumerate all of the keys in the dictionary.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
protected override sealed IEnumerator<TKey> EnumerateKeys()
Visual Basic (Declaration)
Protected Overrides NotOverridable Function EnumerateKeys As IEnumerator(Of TKey)
Visual C++
protected:
virtual IEnumerator<TKey>^ EnumerateKeys () override sealed

Return Value

An IEnumerator<TKey> of all of the keys in the dictionary.

See Also